home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / misc / math / FastFibo.lha / FastFibo / LabVIEW / LabVIEW.readme < prev   
Encoding:
Text File  |  2000-06-04  |  1.1 KB  |  28 lines

  1. LabVIEW is a graphical programming language by National Instruments.
  2. It's main purpose is to control automatic measurement systems. But you
  3. can use it also for file format conversions or simple calculations
  4. like this Fibonacci stuff.
  5.  
  6. The 3 pictures in this directory show you the main steps of FastFibo
  7. in LabVIEW-code: calculation, conversion to ASCII and filesaving.
  8.  
  9. Fib_0 shows the calculation loop. It's the same as in FastFibo V1.3,
  10. just some fine tuning for speed.
  11.  
  12. Fib_1 shows the ASCII-conversion and calculation of the number of
  13. digits.
  14.  
  15. Picture Fib_2 shows the formatting and saving of the output file.
  16.  
  17. After using LabVIEW for over 3 years I'm really like it for it's
  18. simplicity and programming style. Despite the graphical programming
  19. LabVIEW is really fast: this fibonacci-program is faster (on an Athlon550)
  20. than FastFibo on a MC68030/50! Constant is about 5.4 ns (compare with
  21. FastFibo.guide:Timings).
  22.  
  23. For questions concerning LabVIEW please write to
  24.  
  25.  wieczorek@mat.ee.tu-berlin.de
  26.  
  27. I can also send you this or other VI's (LabVIEW-equivalent to source-files).
  28.